ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / NullablePropertyChangedEventArgs<T> Class / NewValue Property

In This Topic
    NewValue Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property NewValue As System.Nullable(Of T)
    public System.Nullable<T> NewValue {get; set;}
    See Also